projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817abdf
)
(struct _child_process): New member is_dos_process.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 17 May 1996 21:42:27 +0000
(21:42 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 17 May 1996 21:42:27 +0000
(21:42 +0000)
src/w32.h
patch
|
blob
|
history
diff --git
a/src/w32.h
b/src/w32.h
index 3a185018cfc6048efdf652c3af8eb0b0f2b3f7d3..2ee3648865746481c80d4e64f96a7741e5433087 100644
(file)
--- a/
src/w32.h
+++ b/
src/w32.h
@@
-74,6
+74,7
@@
typedef struct _child_process
{
int fd;
int pid;
+ int is_dos_process;
HANDLE char_avail;
HANDLE char_consumed;
HANDLE thrd;